Skip to content

Bump io.quarkus:quarkus-bom from 3.32.3 to 3.34.0 in /chapter3/quarkus-aws-requeststreamhandler#88

Merged
danieloh30 merged 1 commit intomainfrom
dependabot/maven/chapter3/quarkus-aws-requeststreamhandler/io.quarkus-quarkus-bom-3.34.0
Mar 20, 2026
Merged

Bump io.quarkus:quarkus-bom from 3.32.3 to 3.34.0 in /chapter3/quarkus-aws-requeststreamhandler#88
danieloh30 merged 1 commit intomainfrom
dependabot/maven/chapter3/quarkus-aws-requeststreamhandler/io.quarkus-quarkus-bom-3.34.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 19, 2026

Bumps io.quarkus:quarkus-bom from 3.32.3 to 3.34.0.

Release notes

Sourced from io.quarkus:quarkus-bom's releases.

3.34.0.CR1

Complete changelog

  • #27996 - Test profile config properties can bleed into other test profiles
  • #28033 - io.quarkus.smallrye.graphql.deployment.ConcurrentAuthTest fails on MacOS M1
  • #40918 - ConnectionBase logs NULL messages even with FINE log level
  • #48289 - Custom Quarkus Test Class orderer not respected
  • #49668 - Customize OIDC discovery endpoint address
  • #50087 - Kafka Dev Service Loading on Different Docker Network
  • #50177 - Panache 2 / Hibernate processor : make sure implementing PanacheRepository sets the primary entity even for custom repos
  • #50178 - Panache 2 / Hibernate Processor : Make sure JD annotations work even without @Repository.
  • #50179 - Panache 2 : Make CrudRepository equivalents for stateful and HR
  • #50180 - Panache 2 / Hibernate Processor: make sure the JD annotations can be used in place of the ORM equivalents
  • #50563 - OutOfMemoryException: Metaspace in quarkus-smallrye-openapi-deployment tests
  • #51585 - Assign module names and descriptors to core components
  • #51934 - Docs curate outcome build item
  • #51949 - Dev ui config properties - show file location of application.properties
  • #52218 - Add Chinese (Simplified) localization for Dev UI
  • #52308 - Polish NettyRecorder
  • #52354 - Setting the quarkus.test.class-orderer property would break tests
  • #52368 - Quarkus main with future defaults all not working with GraalVM master
  • #52404 - Align Config usage with the new Test ClassLoading strategy
  • #52410 - Micrometer - Prometheus: throw an exception if meter registration fails
  • #52425 - Panache Next: tests and changes after upstream fixes in hibernate-processor
  • #52448 - Register for reflection classes loaded with class loader parameter
  • #52492 - Panache Next: naming a repository ManagedBlocking results in duplicate accessor method
  • #52513 - build(deps): bump org.mvnpm:type-fest from 5.4.3 to 5.4.4
  • #52532 - Prefer the profile-aware test class orderer in error message
  • #52546 - Quarkus OIDC can send concurrent refresh token requests for the same session
  • #52551 - Do not use a two-layer stack of JUnit test orderers
  • #52564 - build(deps): bump com.gradle:develocity-maven-extension from 2.3.3 to 2.3.4
  • #52575 - Do not use System Properties to set test profile configuration
  • #52592 - Enhance documentation of AdditionalApplicationArchiveBuildItem
  • #52651 - Relax quarkus-oidc requirement that UserInfo endpoint must be available for OAuth2 login to succeed
  • #52653 - Add Marco to be notified of LRA labels
  • #52657 - build(deps): bump org.jetbrains:annotations from 26.0.2 to 26.1.0
  • #52658 - build(deps): bump org.mvnpm:marked from 17.0.1 to 17.0.3
  • #52661 - Remove jboss-parent from Dependabot
  • #52671 - docs: DeployCommandActionResultBuildItem
  • #52680 - Adjust our messaging in README.md
  • #52692 - Remove pointless settings from Hibernate-related integration tests + use dev services in a few more integration tests
  • #52694 - Allow to customize OIDC discovery path
  • #52697 - build(deps): bump com.nimbusds:nimbus-jose-jwt from 10.7 to 10.8
  • #52698 - build(deps): bump com.google.api.grpc:proto-google-common-protos from 2.65.1 to 2.66.0
  • #52707 - Add grpc encoding tests; grpc-accept-encoding usage
  • #52715 - Prep changes for loading Maven POM 4.1
  • #52716 - quarkus-maven-plugin does not attach a main artifact, causing maven-install-plugin and maven-deploy-plugin to fail
  • #52719 - Do not enforce UserInfo for OAuth2 if user prefers not to
  • #52760 - Move more of REST Client to Gizmo2

... (truncated)

Commits
  • b2cd17b [RELEASE] - Bump version to 3.34.0
  • 4004022 Revert "Simplify CracResource handling"
  • 5468249 Merge pull request #53120 from gsmet/3.34.0-backports-1
  • b75d81f Ensure that shared Config build time runtime fixed uses the expected profile
  • 33484d5 JacocoProcessor: make sure the parent dir of the data file exists
  • 3952527 Propagate Quarkus properties for Gradle Test tasks
  • aa39019 Polish ObservabilityIntegrationRecorder
  • 1df0240 Fix path templating issue for overlapping paths
  • 6c2c854 Protect from MavenProject.getFile() returning null
  • 5257059 DevMCP: Shortern the one method name and warn if names are too long
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Mar 19, 2026
@danieloh30
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/maven/chapter3/quarkus-aws-requeststreamhandler/io.quarkus-quarkus-bom-3.34.0 branch 2 times, most recently from bee45e2 to 1e85b31 Compare March 20, 2026 01:53
Bumps [io.quarkus:quarkus-bom](https://github.com/quarkusio/quarkus) from 3.32.3 to 3.34.0.
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.32.3...3.34.0)

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  dependency-version: 3.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/chapter3/quarkus-aws-requeststreamhandler/io.quarkus-quarkus-bom-3.34.0 branch from 1e85b31 to 2d6c975 Compare March 20, 2026 01:53
@danieloh30 danieloh30 merged commit f2d27b7 into main Mar 20, 2026
13 checks passed
@dependabot dependabot bot deleted the dependabot/maven/chapter3/quarkus-aws-requeststreamhandler/io.quarkus-quarkus-bom-3.34.0 branch March 20, 2026 01:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant